home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Public Domain Connection / APDC Disk #015 - Icons and Icon Utilities (198x)(Amiga Public Domain Connection)(US)[WB].zip / APDC Disk #015 - Icons and Icon Utilities (198x)(Amiga Public Domain Connection)(US)[WB].adf / IconType.Doc < prev    next >
Text File  |  1988-03-17  |  2KB  |  77 lines

  1.  
  2.  
  3.                           +++++++++++++++++++
  4.  
  5.  
  6.                 IconType
  7.                         ________
  8.  
  9.  
  10.  This is a quick hack that allows you to change the type of any icon
  11.  that you have.  BE CAREFUL! Don't go around changing icons arbitrarily.
  12.  You should probably use IconType as the last step in your icon editing
  13.  sequences.  There are five types of icons that you can choose from.
  14.  Please see the directory "Icon Examples" for samples of these five
  15.  types.
  16.  
  17.  
  18.             NOTE: THIS PROGRAM CAN ONLY BE RUN IN THE CLI!
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  CLI Command format:
  25.  
  26.         IconType <c> <name>
  27.  
  28.  where:    <name> is the name of the icon WITHOUT '.info' appended, and
  29.     <c> is a single character indicating the type of icon you want,
  30.     selected from the following set:
  31.  
  32.         t    Tool
  33.         p    Project
  34.         r    dRaweR  (sorry, but it couldn't conflict with..)
  35.         d    Disk
  36.         g    Garbage (i.e. Trash Can)
  37.  
  38.  As an example, suppose you want a fancy icon to use for an Xicon script 
  39.  (named "marvelscript"... why be modest.).  You generate a nice brush with
  40.  DPaint, and create "marvelscript.info" from it using ZapIcon.  Unfortunately
  41.  ZapIcon always creates a Tool icon, but Xicon requires a Project type,
  42.  so you just enter:
  43.  
  44.         IconType p marvelscript
  45.  
  46.  and you have a useable icon/file pair.
  47.  
  48.  Notes & warnings: A DISK type icon is not visible on the workbench screen
  49.  unless it is named 'disk.info' and is in the root directory.  DON'T try to
  50.  use an icon which is the wrong type for its associated item, unless you are
  51.  willing to accept unexpected consequences.  (And there may be a lot of these!)
  52.  Experiment at your own risk.
  53.  
  54.  (By the way, if you use Info from the WorkBench menu to check the icon type,
  55.  note that any change you make with IconType will NOT show up until you
  56.  CLOSE and reopen the drawer containing the icon.)
  57.  
  58.                     Pete Goodeve
  59.                     1987 March 30
  60.  
  61.             %%%%%%%%%%%%%%%%%%%
  62.  
  63.  
  64.  
  65.  
  66.   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  67.  
  68.                    IconType2
  69.  
  70.      There is another IconType program on this disk.  This is in
  71.      the directory "APDC # 015:IconType2."  This directory is only
  72.      accesible through the CLI, (ie., no WorkBench icons). Once in
  73.      CLI, examine this directory for program instructions in file
  74.      README.  File IconType2.c contains source code.
  75.  
  76.    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  77.